Platform Explorer / Nuxeo Platform 2023.10

Operation Proxy.GetSourceDocument (Get Live Document)

Description

Get the live document even if this is a Proxy or Version Document.
Operation id Proxy.GetSourceDocument
AliasesGetLiveDocument
Category Document
Label Get Live Document
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.document.GetLiveDocument
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Proxy.GetSourceDocument",
  "aliases" : [ "GetLiveDocument" ],
  "label" : "Get Live Document",
  "category" : "Document",
  "requires" : null,
  "description" : "Get the live document even if this is a Proxy or Version Document.",
  "url" : "Proxy.GetSourceDocument",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}